From e31059e136922ac53659036b5579228f9d4f89c2 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 4b6e17e..f2a7e46 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/pub/gnu
 GCC_SITE = $(GNU_SITE)/gcc
 BINUTILS_SITE = $(GNU_SITE)/binutils
 GMP_SITE = $(GNU_SITE)/gmp