From bcc4d104decc5b4ef979df83d704dfe00f10da43 Mon Sep 17 00:00:00 2001 From: yueduz Date: Tue, 29 Aug 2017 22:58:35 +0800 Subject: [PATCH] fix(appveyor.install.bat): switch to a more stable download server for libboost --- appveyor.install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.install.bat b/appveyor.install.bat index c67c85744..ae098428e 100644 --- a/appveyor.install.bat +++ b/appveyor.install.bat @@ -7,7 +7,7 @@ if not exist %BOOST_ROOT% set nocache=1 if %nocache% == 1 ( pushd C:\Libraries - appveyor DownloadFile http://superb-sea2.dl.sourceforge.net/project/boost/boost/1.61.0/boost_1_61_0.7z + appveyor DownloadFile http://cfhcable.dl.sourceforge.net/project/boost/boost/1.61.0/boost_1_61_0.7z 7z x boost_1_61_0.7z | find "ing archive" cd boost_1_61_0 call .\bootstrap.bat