Skip to content

Commit 4117a2d

Browse files
committed
tools/ci.sh: Update URL for xtensa-lx106-elf-standalone.tar.gz.
The https://github.com/jepler/esp-open-sdk repository has been removed, so use the file hosted at micropython.org (it's the same file). Signed-off-by: Damien George <[email protected]>
1 parent 00a0cd7 commit 4117a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function ci_esp32_build_s3_c3 {
209209

210210
function ci_esp8266_setup {
211211
sudo pip3 install pyserial esptool==3.3.1 pyelftools ar
212-
wget https://github.com/jepler/esp-open-sdk/releases/download/2018-06-10/xtensa-lx106-elf-standalone.tar.gz
212+
wget https://micropython.org/resources/xtensa-lx106-elf-standalone.tar.gz
213213
zcat xtensa-lx106-elf-standalone.tar.gz | tar x
214214
# Remove this esptool.py so pip version is used instead
215215
rm xtensa-lx106-elf/bin/esptool.py

0 commit comments

Comments
 (0)