Skip to content

Commit 00699af

Browse files
Merge pull request #21 from oscarbenjamin/pr_mpfr_url
maint: update URL for MPFR in build script
2 parents 11b418f + b02c8db commit 00699af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/build_dependencies_unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fi
132132
# #
133133
# ------------------------------------------------------------------------- #
134134

135-
curl -O https://www.mpfr.org/mpfr-current/mpfr-$MPFRVER.tar.gz
135+
curl -O https://ftp.gnu.org/gnu/mpfr/mpfr-$MPFRVER.tar.gz
136136
tar xf mpfr-$MPFRVER.tar.gz
137137
cd mpfr-$MPFRVER
138138
./configure --prefix=$PREFIX\

0 commit comments

Comments
 (0)