@@ -2,7 +2,7 @@
* 默认使用 target: `x86_64-unknown-linux-musl` 查看文件 `.cargo/config.toml`
* 使用 C lib [GmSSL-3.1.0](https://github.com/guanzhi/GmSSL)
-* Note: 需要在环境变量中链接出 `musl-ar`,`musl-g++` 和 `musl-gc`
+* Note: 需要在环境变量中链接出 `musl-ar`,`musl-g++` 和 `musl-gcc`
* build release
```Shell