docs(musl-gcc): musl has moved to a new domain: musl.libc.org. (#845)

Co-authored-by: Guorui Lin <grlin@birentech.com>
pull/847/head
lingr7 2023-04-06 18:03:53 +08:00 committed by GitHub
parent 71d33939eb
commit a9e6826ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ MinDoc 如果使用MySQL储存数据则编码必须是`utf8mb4_general_ci`。
### 安装 musl-gcc
```bash
wget -c http://www.musl-libc.org/releases/musl-1.2.2.tar.gz
wget -c http://musl.libc.org/releases/musl-1.2.2.tar.gz
tar -xvf musl-1.2.2.tar.gz
cd musl-1.2.2
./configure