Skip to content

Commit 18d054f

Browse files
committed
fix thirdparty
1 parent 6a1891b commit 18d054f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/Thirdparty.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ if (TARS_SSL)
167167
set(LIB_CRYPTO "libcrypto")
168168

169169
ExternalProject_Add(ADD_${LIB_SSL}
170-
URL https://cnb.cool/tarsyun/tars/src/-/packages/maven/tars:openssl-1.1.1l/-/tag/1.1.1/-/file/openssl-1.1.1l.tar.gz
170+
URL https://cnb.cool/tarsyun/tars/src/-/packages/maven/tars:openssl-1.1.1l/-/tag/1.1.1/-/file/openssl-1.1.1l-1.1.1.tar.gz
171171
DOWNLOAD_DIR ${CMAKE_SOURCE_DIR}/download
172172
PREFIX ${CMAKE_BINARY_DIR}
173173
INSTALL_DIR ${CMAKE_SOURCE_DIR}
@@ -212,7 +212,7 @@ if (TARS_MYSQL)
212212
set(LIB_MYSQL "libmysql")
213213

214214
ExternalProject_Add(ADD_${LIB_MYSQL}
215-
URL https://cnb.cool/tarsyun/tars/src/-/packages/maven/tars:mysql-connector-c-src.fixed/-/tag/6.1.11/-/file/mysql-connector-c-6.1.11-src.fixed.zip
215+
URL https://cnb.cool/tarsyun/tars/src/-/packages/maven/tars:mysql-connector-c-src.fixed/-/tag/6.1.11/-/file/mysql-connector-c-src.fixed-6.1.11.tar.gz
216216
DOWNLOAD_DIR ${CMAKE_SOURCE_DIR}/download
217217
PREFIX ${CMAKE_BINARY_DIR}
218218
INSTALL_DIR ${CMAKE_SOURCE_DIR}

0 commit comments

Comments
 (0)