Skip to content

Commit

Permalink
chore: change of gmp source
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Oct 7, 2024
1 parent adbd094 commit 5c63456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple.rust.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c63456

Please sign in to comment.