Skip to content

Commit 3924552

Browse files
committed
update artifact link
1 parent c3ee69b commit 3924552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def download_dawn(os_name):
6161
"Linux": "third_party/lib/libwebgpu_dawn.so",
6262
}
6363
url_map = {
64-
"macOS": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0-pre2/libwebgpu_dawn.dylib",
65-
"Linux": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0-pre2/libwebgpu_dawn.so",
64+
"macOS": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0/libwebgpu_dawn.dylib",
65+
"Linux": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0/libwebgpu_dawn.so",
6666
}
6767

6868
outfile = outfile_map.get(os_name)

0 commit comments

Comments
 (0)