Skip to content

Commit

Permalink
Use https for curl when building for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry authored Sep 25, 2019
1 parent 6c2c29c commit 9bd201c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/dist-x86_64-linux/build-curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source shared.sh

VERSION=7.51.0

curl http://cool.haxx.se/download/curl-$VERSION.tar.bz2 | tar xjf -
curl https://cool.haxx.se/download/curl-$VERSION.tar.bz2 | tar xjf -

mkdir curl-build
cd curl-build
Expand Down

0 comments on commit 9bd201c

Please sign in to comment.