Skip to content

Commit

Permalink
Update stub and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2024
1 parent a26537d commit 751e988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_arch() -> str:
arch = arch_env
else:
arch = get_native_arch()

if arch == "universal2":
arch = "universal2_" + get_native_arch()

Expand Down

0 comments on commit 751e988

Please sign in to comment.