From 4bf449abc889da910f4901283446c9fba25c3bf7 Mon Sep 17 00:00:00 2001 From: dongheng Date: Tue, 10 Sep 2019 15:39:05 +0800 Subject: [PATCH] tools(gcc): modify win32 cross toolchain download URL ZIP file is better for windows platform. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75ecec8c..1330b5d9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Actions to be taken for *ESP8266_RTOS_SDK v3.0* include the following items: v5.2.0 -* [Windows](https://dl.espressif.com/dl/xtensa-lx106-elf-win32-1.22.0-100-ge567ec7-5.2.0.tar.gz) +* [Windows](https://dl.espressif.com/dl/xtensa-lx106-elf-win32-1.22.0-100-ge567ec7-5.2.0.zip) * [Mac](https://dl.espressif.com/dl/xtensa-lx106-elf-macos-1.22.0-100-ge567ec7-5.2.0.tar.gz) * [Linux(64)](https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-100-ge567ec7-5.2.0.tar.gz) * [Linux(32)](https://dl.espressif.com/dl/xtensa-lx106-elf-linux32-1.22.0-100-ge567ec7-5.2.0.tar.gz)