From d2acac0ebe85065d0ef0eb446aca3bf999c01821 Mon Sep 17 00:00:00 2001 From: Andrei Kortunov Date: Mon, 23 Mar 2020 17:40:30 +0400 Subject: [PATCH] Fix Qt download link for Windows --- 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 03595ce6de..847435ac56 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -421,7 +421,7 @@ if [ -z $SKIP_DOWNLOAD ]; then fi download "Qt 5.7.0" \ - "https://download.qt.io/archive/qt/5.7/5.7.0/qt-opensource-windows-x86-msvc${MSVC_YEAR}${QT_SUFFIX}-5.7.0.exe" \ + "https://download.qt.io/new_archive/qt/5.7/5.7.0/qt-opensource-windows-x86-msvc${MSVC_YEAR}${QT_SUFFIX}-5.7.0.exe" \ "qt-5.7.0-msvc${MSVC_YEAR}-win${BITS}.exe" \ "https://www.lysator.liu.se/~ace/OpenMW/deps/qt-5-install.qs" \ "qt-5-install.qs"