From 52858e01e512108bc59a9702307221a13ff2876f Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Mon, 21 Dec 2020 20:35:19 +0800 Subject: [PATCH] Use GNU Mirror --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index daa4260..5c80ff6 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ MPC_VER = 1.1.0 MPFR_VER = 4.0.2 LINUX_VER = headers-4.19.88 -GNU_SITE = https://ftp.gnu.org/pub/gnu +GNU_SITE = https://ftpmirror.gnu.org/gnu GCC_SITE = $(GNU_SITE)/gcc BINUTILS_SITE = $(GNU_SITE)/binutils GMP_SITE = $(GNU_SITE)/gmp