diff --git a/apple.rust.deps.sh b/apple.rust.deps.sh index 8bd561c69..779e30db3 100755 --- a/apple.rust.deps.sh +++ b/apple.rust.deps.sh @@ -59,7 +59,7 @@ prepare() { pushd ${BUILD} mkdir -p "contrib" if [ ! -s "contrib/gmp-${GMP_VERSION}.tar.bz2" ]; then - curl -L -o "contrib/gmp-${GMP_VERSION}.tar.bz2" https://gmplib.org/download/gmp/gmp-${GMP_VERSION}.tar.bz2 + curl -L -o "contrib/gmp-${GMP_VERSION}.tar.bz2" https://ftp.gnu.org/gnu/gmp/gmp-${GMP_VERSION}.tar.bz2 fi rm -rf "contrib/gmp" # shellcheck disable=SC2039,SC2164