Skip to content

Commit

Permalink
Fix tarball location for 1.1.34 release
Browse files Browse the repository at this point in the history
Signed-off-by: Kainan Cha <[email protected]>
  • Loading branch information
Kainan Cha committed Oct 8, 2021
1 parent 830f26c commit 325512c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/A311D.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(CMAKE_AS ${TOOLCHAIN_DIR}/bin/aarch64-linux-gnu-gcc-as)
set(CMAKE_LD ${TOOLCHAIN_DIR}/bin/aarch64-linux-gnu-gcc-ld)

message("Downloading A311D SDK ...")
file(DOWNLOAD "https://github.com/VeriSilicon/TIM-VX/releases/download/v1.1.32/aarch64_A311D_6.4.8.tgz"
file(DOWNLOAD "https://github.com/VeriSilicon/TIM-VX/releases/download/v1.1.34/aarch64_A311D_6.4.8.tgz"
${PROJECT_BINARY_DIR}/aarch64_A311D_6.4.8.tgz
EXPECTED_MD5 "da530e28f73fd8b143330b6d1b97a1d8"
SHOW_PROGRESS)
Expand Down

0 comments on commit 325512c

Please sign in to comment.