Skip to content

Commit 42a6307

Browse files
committed
Removed windows llvm URL arch because we don't have llvm windows binares yet
Signed-off-by: Gregory Shimansky <[email protected]>
1 parent f57b7bf commit 42a6307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def get_json_package_info():
210210
def get_llvm_package_info():
211211
system = platform.system()
212212
try:
213-
arch = {"x86_64": "x64", "AMD64": "64", "arm64": "arm64", "aarch64": "arm64"}[platform.machine()]
213+
arch = {"x86_64": "x64", "arm64": "arm64", "aarch64": "arm64"}[platform.machine()]
214214
except KeyError:
215215
arch = platform.machine()
216216
if system == "Darwin":

0 commit comments

Comments
 (0)