Skip to content

Commit

Permalink
Remove musl stuff
Browse files Browse the repository at this point in the history
Signed-off-by: nojaf <[email protected]>
  • Loading branch information
nojaf committed Dec 5, 2024
1 parent 6ee3857 commit 4c99e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ def get_platform():
elif plat == "darwin_arm64":
return "macosx_11_0_arm64"
elif plat == "linux_amd64":
return "manylinux_2_17_x86_64.manylinux2014_x86_64.musllinux_1_1_x86_64"
return "manylinux_2_17_x86_64.manylinux2014_x86_64"
elif plat == "linux_arm64":
return "manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64"
return "manylinux_2_17_aarch64.manylinux2014_aarch64"
elif plat == "windows_amd64":
return "win_amd64"
elif plat == "windows_arm64":
Expand Down

0 comments on commit 4c99e10

Please sign in to comment.