We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf76e00 commit ad2f67fCopy full SHA for ad2f67f
src/etc/get-snapshot.py
@@ -53,7 +53,7 @@ def unpack_snapshot(triple, dl_path):
53
dl_path = sys.argv[2]
54
else:
55
# There are no 64-bit Windows snapshots yet, so we'll use 32-bit ones instead, for now
56
- snap_triple = triple if triple != "x86_64-w64-mingw32" else "i686-pc-mingw32"
+ snap_triple = triple if triple != "x86_64-w64-mingw32" else "i686-w64-mingw32"
57
snap = determine_curr_snapshot(snap_triple)
58
dl = os.path.join(download_dir_base, snap)
59
url = download_url_base + "/" + snap
0 commit comments