Skip to content

Commit 381532b

Browse files
authored
Update .travis.yml
fix link for mpc
1 parent 8dec659 commit 381532b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ before_install:
4545
- pushd builds
4646
# Install gmpy2 dependencies
4747
- mkdir -p $HOME/.local
48-
- wget ftp://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz
48+
- wget https://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz
4949
- tar xzvf mpc-1.0.3.tar.gz
5050
- pushd mpc-1.0.3
5151
- ./configure --prefix=$HOME/.local

0 commit comments

Comments
 (0)