Use NNUE fallback URL for appveyor (#752)
authorFabian Fichter <ianfab@users.noreply.github.com>
Sat, 23 Dec 2023 16:03:57 +0000 (17:03 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Dec 2023 16:03:57 +0000 (17:03 +0100)
appveyor.yml

index c073aa7..d6f5226 100644 (file)
@@ -70,7 +70,7 @@ build_script:
       $dummy = $nnuenet -match "(?<nnuenet>nn-[a-z0-9]{12}.nnue)"
       $nnuenet = $Matches.nnuenet
       Write-Host "Default net:" $nnuenet
-      $nnuedownloadurl = "https://tests.stockfishchess.org/api/nn/$nnuenet"
+      $nnuedownloadurl = "https://github.com/official-stockfish/networks/raw/master/$nnuenet"
       $nnuefilepath = "src\${env:CONFIGURATION}\$nnuenet"
       if (Test-Path -Path $nnuefilepath) {
             Write-Host "Already available."