Skip to content

Commit

Permalink
Update the download URL of gmp
Browse files Browse the repository at this point in the history
  • Loading branch information
KnugiHK committed Jul 19, 2023
1 parent a30347d commit eaf3d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export MINGW_STRIP_TOOL=i686-w64-mingw32-strip
# build gmp
# -----------------------------------------------------------------------------
if [ ! -f "$INSTALL_PATH"/lib/libgmp.a ]; then
wget -nc https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz
wget -nc https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz
tar -xf gmp-6.2.1.tar.xz
cd gmp-6.2.1 || exit
./configure \
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export MINGW_STRIP_TOOL=x86_64-w64-mingw32-strip
# build gmp
# -----------------------------------------------------------------------------
if [ ! -f "$INSTALL_PATH"/lib/libgmp.a ]; then
wget -nc https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz
wget -nc https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz
tar -xf gmp-6.2.1.tar.xz
cd gmp-6.2.1 || exit
./configure \
Expand Down

0 comments on commit eaf3d3c

Please sign in to comment.