From 8a1477ecab8433232d78e0a1806b3c5339135567 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 4 Jan 2018 09:00:18 +0100 Subject: [PATCH] appveyor-ci: update APS download URL --- ci/appveyor-prepare.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/appveyor-prepare.bat b/ci/appveyor-prepare.bat index 7d50c88be..26ca8118a 100644 --- a/ci/appveyor-prepare.bat +++ b/ci/appveyor-prepare.bat @@ -65,6 +65,6 @@ if "%TOOLCHAIN%"=="mingw" ( ) echo [INFO] Installing Make 4.1 -curl -fsS --retry 3 -o C:\tools\make-4.1.zip https://www.aps.anl.gov/epics/download/tools/make-4.1-win64.zip +curl -fsS --retry 3 -o C:\tools\make-4.1.zip https://epics.anl.gov/download/tools/make-4.1-win64.zip cd \tools "C:\Program Files\7-Zip\7z" e make-4.1.zip