From 99dc051f1f729f3e6690cffeca9ed628db373114 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 21 Mar 2021 11:55:50 +0300 Subject: [PATCH] CI: fixed openal-soft-1.16.0-bin.zip download url. --- 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 1d041ffb..adc5f9f2 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -261,7 +261,7 @@ if [ -z $SKIP_DOWNLOAD ]; then # OpenAL download "OpenAL-Soft 1.16.0" \ - http://kcat.strangesoft.net/openal-binaries/openal-soft-1.16.0-bin.zip \ + https://openal-soft.org/openal-binaries/openal-soft-1.16.0-bin.zip \ OpenAL-Soft-1.16.0.zip fi