Skip to content

Commit bcc4d10

Browse files
yueduzPrcuvu
authored andcommitted
fix(appveyor.install.bat): switch to a more stable download server for libboost
1 parent e3389ff commit bcc4d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.install.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if not exist %BOOST_ROOT% set nocache=1
77

88
if %nocache% == 1 (
99
pushd C:\Libraries
10-
appveyor DownloadFile http://superb-sea2.dl.sourceforge.net/project/boost/boost/1.61.0/boost_1_61_0.7z
10+
appveyor DownloadFile http://cfhcable.dl.sourceforge.net/project/boost/boost/1.61.0/boost_1_61_0.7z
1111
7z x boost_1_61_0.7z | find "ing archive"
1212
cd boost_1_61_0
1313
call .\bootstrap.bat

0 commit comments

Comments
 (0)