Skip to content

Commit 0c6adec

Browse files
committed
[EN-3260] test 8.3.1
1 parent d2a89d1 commit 0c6adec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
root_path = Path(__file__).resolve().parent
2626
print(root_path)
2727

28-
capi_version = '8.3.0'
28+
capi_version = '8.3.1'
2929

3030
is_x64 = 8 * struct.calcsize("P") == 64
3131

@@ -44,7 +44,7 @@
4444
capi_extracted_root_dir = path_to_extract / f'dxfeed-c-api-{capi_version}-no-tls'
4545

4646
if (not os.path.exists(path_to_extract)) or (not os.path.exists(capi_extracted_root_dir)):
47-
url = f'https://github.com/dxFeed/dxfeed-c-api/releases/download/{capi_version}/dxfeed-c-api-{capi_version}-' \
47+
url = f'https://github.com/ttldtor/dxfeed-c-api/releases/download/{capi_version}/dxfeed-c-api-{capi_version}-' \
4848
f'{current_os}-no-tls.zip '
4949
print(f'Downloading the "{url}"')
5050
resp = urlopen(url)

0 commit comments

Comments
 (0)