diff --git a/.forgejo/workflows/godot-html5.yml b/.forgejo/workflows/godot-html5.yml
index 3bdd520..11a544c 100644
--- a/.forgejo/workflows/godot-html5.yml
+++ b/.forgejo/workflows/godot-html5.yml
@@ -29,7 +29,7 @@ jobs:
# ---------------------------
- name: Install Godot
run: |
- wget https://downloads.tuxfamily.org/godotengine/4.6/Godot_v4.6-stable_linux.x86_64.zip
+ wget https://downloads.godotengine.org/?version=4.6&flavor=stable&slug=linux.x86_64.zip&platform=linux.64
unzip Godot_v4.6-stable_linux.x86_64.zip
chmod +x Godot_v4.6-stable_linux.x86_64
mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot