From 1ddfb18cb35877fa3965b7dcb8f2cf075f1a722d Mon Sep 17 00:00:00 2001 From: psi29a Date: Fri, 2 Oct 2020 21:07:46 +0000 Subject: [PATCH] Update CI/before_script.msvc.sh --- CI/before_script.msvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index e8d65372d8..8b3ece2bd6 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -523,7 +523,7 @@ if [ -z $SKIP_DOWNLOAD ]; then # Boost if [ -z $APPVEYOR ]; then download "Boost ${BOOST_VER}" \ - "https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/${BOOST_VER}/boost_${BOOST_VER_URL}-msvc-${MSVC_VER}-${BITS}.exe" \ + "https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/boost_${BOOST_VER_URL}-msvc-${MSVC_VER}-${BITS}.exe" \ "boost-${BOOST_VER}-msvc${MSVC_VER}-win${BITS}.exe" fi