Skip to content

Commit a9786c3

Browse files
committed
update dsdriver location to ibmdl
1 parent a237faf commit a9786c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function check_and_layout_ibm_db_dependencies() {
4343
PACKAGE_NAME="db2cli.tar.gz"
4444

4545
echo "Downloading IBM Data Server driver..."
46-
curl "https://www.ng.bluemix.net/docs/Services/BluStratus/samples/clidriver.tgz" -s -o ${DB2_DIR}/clidriver.tgz
46+
curl "https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz" -s -o ${DB2_DIR}/clidriver.tgz
4747

4848
tar xzf ${DB2_DIR}/clidriver.tgz -C ${DB2_DIR}
4949

0 commit comments

Comments
 (0)