Skip to content

Commit feec209

Browse files
committed
Fix another typo on the URL.
1 parent 65a0e6e commit feec209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-boost.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
if [ ! -d "${HOME}/${CC}-boost_${BOOST_VERSION}/include" ]; then
5-
wget -O boost_${BOOST_VERSION}.tar.bz2 http://sourceforge.get/projects/boost/files/boost/${BOOST_VER}/boost_${BOOST_VERSION}.tar.bz2/download
5+
wget -O boost_${BOOST_VERSION}.tar.bz2 http://sourceforge.net/projects/boost/files/boost/${BOOST_VER}/boost_${BOOST_VERSION}.tar.bz2/download
66
tar jxf boost_${BOOST_VERSION}.tar.bz2
77
cd boost_${BOOST_VERSION}
88
./bootstrap.sh --with-toolset=$TOOLSET --prefix=${HOME}/${CC}-boost_${BOOST_VERSION}

0 commit comments

Comments
 (0)