Skip to content

Commit ddefd0a

Browse files
committed
bionic files have been renamed manylinux
1 parent eddce79 commit ddefd0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def get_download_filename(self, arch: str | None = None) -> str:
187187

188188
variant = ""
189189
if self.platform == "Linux":
190-
variant = "-musl" if self.is_musl else "-bionic"
190+
variant = "-musl" if self.is_musl else "-manylinux"
191191

192192
if self.is_latest_nightly:
193193
version_suffix = ""

0 commit comments

Comments
 (0)