From 0b3b6e5c5470724093ca0b1ef4a87e736db4ffe4 Mon Sep 17 00:00:00 2001 From: "www.software.tirol" Date: Wed, 7 Feb 2024 14:32:53 +0100 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6ed97366dd..0bd0c7e38f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ only_commits: before_build: - git submodule update --init --recursive - - curl -fsS -L -o dl.zip https://github.com/SoftwareNetwork/binaries/raw/master/sw-master-windows-client.zip + - curl -fsS -L -o dl.zip https://software-network.org/client/sw-master-windows_x86_64-client.zip - 7z x dl.zip - set PATH=%PATH%;%cd%