Skip to content

Commit 4c685db

Browse files
committed
Fix typo
1 parent 7153487 commit 4c685db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def materialize_clang(host_platform: str, target_triple: str):
323323

324324
def build_musl(client, image, host_platform: str, target_triple: str, build_options):
325325
static = "static" in build_options
326-
musl = "musl-static" if static else "msul"
326+
musl = "musl-static" if static else "musl"
327327
musl_archive = download_entry(musl, DOWNLOADS_PATH)
328328

329329
with build_environment(client, image) as build_env:

0 commit comments

Comments
 (0)