File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ declare -r \
9090
9191if ! [ -f " ${gmp_tarball} " ]; then
9292 curl \
93- --url ' https://mirrors.kernel.org /gnu/gmp/gmp-6.3.0.tar.xz' \
93+ --url ' https://gnu.mirror.constant.com /gnu/gmp/gmp-6.3.0.tar.xz' \
9494 --retry ' 30' \
9595 --retry-all-errors \
9696 --retry-delay ' 0' \
110110
111111if ! [ -f " ${mpfr_tarball} " ]; then
112112 curl \
113- --url ' https://mirrors.kernel.org /gnu/mpfr/mpfr-4.2.2.tar.xz' \
113+ --url ' https://gnu.mirror.constant.com /gnu/mpfr/mpfr-4.2.2.tar.xz' \
114114 --retry ' 30' \
115115 --retry-all-errors \
116116 --retry-delay ' 0' \
130130
131131if ! [ -f " ${mpc_tarball} " ]; then
132132 curl \
133- --url ' https://mirrors.kernel.org /gnu/mpc/mpc-1.3.1.tar.gz' \
133+ --url ' https://gnu.mirror.constant.com /gnu/mpc/mpc-1.3.1.tar.gz' \
134134 --retry ' 30' \
135135 --retry-all-errors \
136136 --retry-delay ' 0' \
You can’t perform that action at this time.
0 commit comments