diff options
Diffstat (limited to 'bootstrap/stage1.sh')
-rw-r--r-- | bootstrap/stage1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/stage1.sh b/bootstrap/stage1.sh index d45ad4a..17076b5 100644 --- a/bootstrap/stage1.sh +++ b/bootstrap/stage1.sh @@ -112,7 +112,7 @@ cross_tools_gcc_final () { cd ${WD} rm -rf * - src "https://www.mpfr.org/mpfr-$MPFR_VER/mpfr-$MPFR_VER.tar.xz" + src "https://ftp.gnu.org/gnu/mpfr/mpfr-$MPFR_VER.tar.xz" src "https://ftp.gnu.org/gnu/gmp/gmp-$GMP_VER.tar.xz" src "https://ftp.gnu.org/gnu/mpc/mpc-$MPC_VER.tar.gz" src "https://ftp.gnu.org/gnu/gcc/gcc-$GCC_VER/gcc-$GCC_VER.tar.xz" |