Skip to content

Commit

Permalink
Use new name for manylinux libzim archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Jun 10, 2024
1 parent 0562ffd commit abbb27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_download_filename(self, arch: Optional[str] = None) -> str:

variant = ""
if self.platform == "Linux":
variant = "-musl" if self.is_musl else "-bionic"
variant = "-musl" if self.is_musl else "-manylinux"

if self.is_latest_nightly:
version_suffix = ""
Expand Down

0 comments on commit abbb27f

Please sign in to comment.