Skip to content

Commit 373a42b

Browse files
arun1joshigalak
authored andcommitted
host-tools.cmake: Corrected sdk download url
Corrected sdk download url for 0.10.0 Signed-off-by: Arun Joshi <[email protected]>
1 parent cda61d2 commit 373a42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/toolchain/zephyr/host-tools.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if(${REQUIRED_SDK_VER} VERSION_GREATER ${SDK_VERSION})
3737
You need at least SDK version ${REQUIRED_SDK_VER}.
3838
You have version ${SDK_VERSION} (${ZEPHYR_SDK_INSTALL_DIR}).
3939
The new version of the SDK can be downloaded from:
40-
https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/download/${REQUIRED_SDK_VER}/zephyr-sdk-${REQUIRED_SDK_VER}-setup.run
40+
https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${REQUIRED_SDK_VER}/zephyr-sdk-${REQUIRED_SDK_VER}-setup.run
4141
")
4242
endif()
4343

0 commit comments

Comments
 (0)