diff --git a/en/device-dev/quick-start/basic-os-environment-setup.md b/en/device-dev/quick-start/basic-os-environment-setup.md
index d6e60d49369e13cca22926513dfaa8745691cf46..b765aceefda16dd27a7f4afceae2df41940db795 100644
--- a/en/device-dev/quick-start/basic-os-environment-setup.md
+++ b/en/device-dev/quick-start/basic-os-environment-setup.md
@@ -165,7 +165,7 @@ The following table describes the tools required for setting up the general envi
Functions as the compiler toolchain.
|
-https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar
+ | https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz
|
hb
@@ -350,11 +350,11 @@ Using PuTTY to log in to a Linux server from a PC running Windows
### Installing LLVM
1. Start a Linux server.
-2. Download [LLVM](https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar).
+2. Download [LLVM](https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz).
3. Decompress the LLVM installation package to **\~/llvm**.
```
- tar -xvf llvm-linux-9.0.0-36191.tar -C ~/
+ tar -zxvf llvm.tar.gz -C ~/
```
4. Set an environment variable.
diff --git "a/zh-cn/device-dev/quick-start/\346\220\255\345\273\272\347\263\273\347\273\237\345\237\272\347\241\200\347\216\257\345\242\203.md" "b/zh-cn/device-dev/quick-start/\346\220\255\345\273\272\347\263\273\347\273\237\345\237\272\347\241\200\347\216\257\345\242\203.md"
index af4d2e28ee5b11fe30219726e86dd61c926453a7..63a8e2d45d10ca0cc736e12ecd2eff8c0ceee694 100644
--- "a/zh-cn/device-dev/quick-start/\346\220\255\345\273\272\347\263\273\347\273\237\345\237\272\347\241\200\347\216\257\345\242\203.md"
+++ "b/zh-cn/device-dev/quick-start/\346\220\255\345\273\272\347\263\273\347\273\237\345\237\272\347\241\200\347\216\257\345\242\203.md"
@@ -165,7 +165,7 @@ Linux服务器通用环境配置需要的工具及其获取途径如下表所示
|
编译工具链
|
-https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar
+ | https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz
|
hb
@@ -350,11 +350,11 @@ Linux编译环境可以通过Docker方式快速安装,具体请参见[Docker
### 安装LLVM
1. 打开Linux编译服务器终端。
-2. [下载LLVM工具](https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar)。
+2. [下载LLVM工具](https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz)。
3. 解压LLVM安装包至\~/llvm路径下。
```
- tar -xvf llvm-linux-9.0.0-36191.tar -C ~/
+ tar -zxvf llvm.tar.gz -C ~/
```
4. 设置环境变量。
|