diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c43efd9..9155feb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
       #     chmod +x docker-wine
       - uses: schmiddim/action-wget-unzip@v2
         with:
-          url: "https://bgb.bircd.org/bgbw64.zip"
+          url: "https://bgb.bircd.org/bgb.zip"
           destination: bgb
       - name: Install dependencies
         run: |
diff --git a/tests/bgb_get_snapshot.py b/tests/bgb_get_snapshot.py
index e0ba2c9..742325a 100644
--- a/tests/bgb_get_snapshot.py
+++ b/tests/bgb_get_snapshot.py
@@ -44,7 +44,7 @@ def make_and_run(rom_relative):
     subprocess.run([
         "/usr/bin/env",
         "wine",
-        "../bgb/bgb64.exe",
+        "../bgb/bgb.exe",
         "-set \"DebugSrcBrk=1\"",
         "-hf",
         "-stateonexit",