Skip to content

Commit 61d907d

Browse files
authored
Merge pull request #230 from epompeii/patch-1
Update musl libc link
2 parents b91a9a8 + c1e8c93 commit 61d907d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ standard library, it will dynamically link to the system's `libc`
77
implementation.
88

99
If you'd like a 100% static binary, the [`MUSL
10-
libc`](https://www.musl-libc.org/) can be used on Linux.
10+
libc`](https://musl.libc.org/) can be used on Linux.
1111

1212
## Installing MUSL support
1313

0 commit comments

Comments
 (0)