Skip to content

Commit

Permalink
Merge pull request #763 from borglab/fix/boost-download
Browse files Browse the repository at this point in the history
Update boost download link
  • Loading branch information
varunagrawal authored May 4, 2021
2 parents 2c5be4d + a837213 commit 1fbb4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
BOOST_FOLDER=boost_${BOOST_VERSION//./_}

# Download Boost
wget https://dl.bintray.com/boostorg/release/${BOOST_VERSION}/source/${BOOST_FOLDER}.tar.gz
wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/${BOOST_FOLDER}.tar.gz

# Unzip
tar -zxf ${BOOST_FOLDER}.tar.gz
Expand Down

0 comments on commit 1fbb4e6

Please sign in to comment.