Skip to content

Commit f11b182

Browse files
committed
update download link
1 parent f888621 commit f11b182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: steps.cache-connector.outputs.cache-hit != 'true'
2424
shell: bash
2525
run: |
26-
curl -LO "https://downloads.mariadb.com/Connectors/c/connector-c-${CONNECTOR_VERSION}/mariadb-connector-c-${CONNECTOR_VERSION}-src.zip"
26+
curl -LO "https://dlm.mariadb.com/4516912/Connectors/c/connector-c-${CONNECTOR_VERSION}/mariadb-connector-c-${CONNECTOR_VERSION}-src.zip"
2727
unzip "mariadb-connector-c-${CONNECTOR_VERSION}-src.zip" -d c:/
2828
mv "c:/mariadb-connector-c-${CONNECTOR_VERSION}-src" c:/mariadb-connector-src
2929

0 commit comments

Comments
 (0)