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%