Skip to content

Commit a39f523

Browse files
committed
Fix libchdb link
1 parent 52ce7f1 commit a39f523

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- name: Fetch library
1818
run: |
19-
sudo wget https://github.com/metrico/libchdb/releases/latest/download/libchdb.zip
20-
sudo unzip libchdb.zip
19+
wget https://github.com/chdb-io/chdb/releases/latest/download/linux-x86_64-libchdb.tar.gz
20+
tar -xzf linux-x86_64-libchdb.tar.gz
2121
sudo mv libchdb.so /usr/lib/libchdb.so
2222
sudo ldconfig
2323
- name: Build

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<img src="https://avatars.githubusercontent.com/u/132536224" width=130 />
33
</a>
44

5-
[![Rust](https://github.com/metrico/chdb-rust/actions/workflows/rust.yml/badge.svg)](https://github.com/metrico/chdb-rust/actions/workflows/rust.yml)
5+
[![Rust](https://github.com/chdb-io/chdb-rust/actions/workflows/rust.yml/badge.svg)](https://github.com/chdb-io/chdb-rust/actions/workflows/rust.yml)
66

77
# chdb-rust <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Rust_programming_language_black_logo.svg/1024px-Rust_programming_language_black_logo.svg.png" height=20 />
88
Experimental [chDB](https://github.com/auxten/chdb) FFI bindings for Rust
99
### Status
1010

1111
- experimental, unstable, subject to changes
12-
- requires [`libchdb`](https://github.com/metrico/libchdb) on the system
12+
- requires [`libchdb`](https://github.com/chdb-io/chdb) on the system
1313
- ffi hack for testing. not a proper library or crate!
1414

1515
#### Build binding

0 commit comments

Comments
 (0)