Skip to content

Commit a77b80b

Browse files
committed
Disable system root versioning for the musl toolchain
1 parent eea4c5f commit a77b80b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ declare -r \
9090

9191
if ! [ -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' \
@@ -110,7 +110,7 @@ fi
110110

111111
if ! [ -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' \
@@ -130,7 +130,7 @@ fi
130130

131131
if ! [ -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' \

0 commit comments

Comments
 (0)