Skip to content

Commit

Permalink
Use arasan version with no Windows virus warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkZH committed Jan 23, 2025
1 parent 3b3a33e commit cf9e27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_bot/test_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def download_arasan() -> None:
if os.path.exists(f"./TEMP/arasan{file_extension}"):
return
if platform == "win32":
response = requests.get("https://arasanchess.org/arasan24.2.2.zip", allow_redirects=True)
response = requests.get("https://arasanchess.org/arasan24.1.zip", allow_redirects=True)
else:
response = requests.get("https://arasanchess.org/arasan-linux-binaries-24.2.2.tar.gz", allow_redirects=True)
response.raise_for_status()
Expand Down

0 comments on commit cf9e27f

Please sign in to comment.