Thank you so much, I was able to download the files saving the output of the line you gave me into a .csv
esearch -db bioproject -query PRJNA769413 | elink -target sra | efetch -format runinfo > results.csv
Then keep only the samples where LibraryStrategy == "RNA-seq" and finally using download_path to wget each link. However... this provides a ".lite.1" file.
The article https://www.cell.com/stem-cell-reports/fulltext/S2213-6711(23)00236-9?uuid=uuid%3Ab6783c00-45f8-4af6-b583-09a27dc123e1#secsectitle0020 mentions that "Bulk RNA-seq and scRNA-seq, ATAC-seq, and MeDIP-seq FASTQ files have been deposited into the Sequence Read Archive (SRA) under BioProject PRJNA769413."
I really just wanted to download the scRNA-seq data to have a 10x matrix in the same way they start the analysis in the available code https://github.com/jaro-slamecka/Jovanovic_astrocyte_scRNA-seq/blob/main/Seurat.R GenoMax